home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bpq351.arc / QUAD.DOC < prev    next >
Text File  |  1989-10-14  |  2KB  |  103 lines

  1. Version 3.50 now supports the Quadram Quadport card, allowing up to 5
  2. (yes I know it says quadport!!) async ports. This version only supports
  3. one card - if anyone needs mode, let me know. You do not need to define 
  4. all ports, but you must start with the first, and not leave any gaps.
  5.  
  6. The card should be configured with first port at 280h, and software 
  7. selectable interrupts (3 or 4 may be used)
  8.  
  9. The card will support KISS TNCS (either normal, or KPC4 type dual port), or
  10. NETROM links (or a combination of both). The next version will probably
  11. also provide a COMBIOS/MBBIOS mode, to allow some ports to bypass the 
  12. Node if required.
  13.  
  14.  
  15. The following sample config file is for a Dual Port KPC4 on channel 1,
  16. a normal KISS TNC on channel 2, and a NETROM async link on channel 3.
  17.  
  18.  
  19. PORT
  20.     ID=KPC4 PORT 1
  21.     TYPE=QUAD
  22.     PROTOCOL=KISS
  23.     IOADDR=280H
  24.     INTLEVEL=3
  25.     SPEED=2400
  26.     CHANNEL=A
  27.     QUALITY=10
  28.     MAXFRAME=2
  29.     TXDELAY=500
  30.     SLOTTIME=100
  31.     PERSIST=64
  32.     FULLDUP=0
  33.     FRACK=7000
  34.     RESPTIME=2000
  35.     RETRIES=10
  36.     PACLEN=120
  37.  
  38. ENDPORT
  39.  
  40. PORT
  41.     ID=KPC4 PORT 2
  42.     TYPE=QUAD
  43.     PROTOCOL=KISS
  44.     IOADDR=280H
  45.     INTLEVEL=3
  46.     SPEED=2400
  47.     CHANNEL=B
  48.     QUALITY=10
  49.     MAXFRAME=2
  50.     TXDELAY=500
  51.     SLOTTIME=100
  52.     PERSIST=64
  53.     FULLDUP=0
  54.     FRACK=7000
  55.     RESPTIME=2000
  56.     RETRIES=10
  57.     PACLEN=120
  58.  
  59. ENDPORT
  60.  
  61. PORT
  62.     ID=NORMAL KISS
  63.     TYPE=QUAD
  64.     PROTOCOL=KISS
  65.     IOADDR=290H
  66.     INTLEVEL=3
  67.     SPEED=2400
  68.     CHANNEL=A
  69.     QUALITY=10
  70.     MAXFRAME=2
  71.     TXDELAY=500
  72.     SLOTTIME=100
  73.     PERSIST=64
  74.     FULLDUP=0
  75.     FRACK=7000
  76.     RESPTIME=2000
  77.     RETRIES=10
  78.     PACLEN=120
  79.  
  80. ENDPORT
  81.  
  82. PORT
  83.     ID=NETROM BACKEND
  84.     TYPE=QUAD
  85.     PROTOCOL=NETROM
  86.     IOADDR=2A0H
  87.     INTLEVEL=3
  88.     SPEED=2400
  89.     CHANNEL=A
  90.     QUALITY=10
  91.     MAXFRAME=2
  92.     TXDELAY=500        ; THESE AREN'T USED, BUT I SUGGEST  
  93.     SLOTTIME=100        ; YOU PUT THEM IN IN CASE ONE DAY
  94.     PERSIST=64        ; THEY ARE!
  95.     FULLDUP=1        ;
  96.     SOFTDCD=0
  97.     FRACK=7000
  98.     RESPTIME=2000
  99.     RETRIES=10
  100.     PACLEN=120
  101.  
  102. ENDPORT
  103.